home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / util / misc / VMM_src.lha / VMM / cat / empty.ct (.txt) < prev    next >
Encoding:
Amiga Catalog Translation file  |  1995-11-10  |  3.1 KB  |  119 lines

  1. ## version 
  2. ## language 
  3. ## codeset 0
  4. msgNotEnoughMem
  5. ;Not enough memory
  6. msgNoPagingFile
  7. ;Couldn't open paging file
  8. msgNoSpace
  9. ;Not enough space on disk
  10. msgFailedIo
  11. ;IO to paging device failed
  12. msgFileIsDir
  13. ;Pagefile is a directory
  14. msgInternal
  15. ;Internal error.\n\
  16. ;Contact author: apel@tecmath.de
  17. msgInhibitFailed
  18. ;Couldn't inhibit DOS from using partition
  19. msgWrongBlocksize
  20. ;FFS partition with blocksize != 512 bytes
  21. msgNoDiskinfo
  22. ;Couldn't get information about disk
  23. msgNotValidated
  24. ;Partition not validated
  25. msgOutOfBounds
  26. ;Internal error:\nAccessing page out of partition bounds\n\
  27. ;Contact author: apel@tecmath.de
  28. msgNoFFS
  29. ;Pseudo partition not on a FFS disk
  30. msgNoConfigFile
  31. ;Couldn't find configuration file.\n\
  32. ;Use the 'Use' or 'Save' button in the GUI
  33. msgCorruptCfgFile
  34. ;Either VMM.prefs or\nVMM_MMU.config is corrupted.
  35. msgVolumeNotFound
  36. ;Invalid location of paging file\n(Volume not found)
  37. msgLowVersion
  38. ;Need at least V37 of OS to run
  39. msgNoDOS
  40. ;Couldn't open dos.library
  41. msgNoIntuition
  42. ;Couldn't open intuition.library
  43. msgNoGfx
  44. ;Couldn't open graphics.library
  45. msgNoUtility
  46. ;Couldn't open utility.library
  47. msgNoExpansion
  48. ;Couldn't open expansion.library
  49. msgNoCommodities
  50. ;Couldn't open commodities.library
  51. msgWrongCPU
  52. ;Need a MMU to run this program
  53. msgNoAddrSpace
  54. ;Couldn't allocate address space\nfor virtual memory
  55. msgNoPrefs
  56. ;Couldn't locate VMM main program
  57. msgNoStatwindow
  58. ;Couldn't open statistics window
  59. msgNoRexx
  60. ;Couldn't open rexxsyslib.library
  61. ; The following message is used by the ErrorTask to format its error message
  62. ; it has to contain three %s
  63. msgGenericError
  64. ;%s from task %s:\n%s
  65. msgMessage
  66. ;Message
  67. msgError
  68. ;Error
  69. msgOK
  70. msgReboot
  71. ;Reboot
  72. ; Has to contain one %s for the device name
  73. msgNoDevice
  74. ;Couldn't open %s
  75. msgNoTimer
  76. ;Couldn't initialize timer
  77. msgPPTooLarge
  78. ;Not enough space for pseudo-partition.\n\
  79. ;Space left on device is %ld MB
  80. msgTooFragmented
  81. ;Your harddisk is too fragmented\nLargest contiguous chunk is %ld MB.\n\
  82. ;Resize pseudo-partition or reorganize your disk
  83. msgVMMLibStillOpen
  84. ;Can't quit. VMM.library is still opened
  85. msgNotEnoughFrames
  86. ;Can't quit. Not enough page frames\nto store still allocated memory in.
  87. msgStillVMAllocated
  88. ;There is still virtual memory allocated\n\
  89. ;These chunks are loaded into physical memory\nand VMM will quit.
  90. msgUnusedPartition
  91. ;Partition %s has not been used\nfor paging yet. Overwrite it ?
  92. msgUseCancel
  93. ;Use|Cancel
  94. msgDeleteFile
  95. ;File %s is not\ncontiguous or has wrong size.\nDelete it ?
  96. msgDeleteCancel
  97. ;Delete|Cancel
  98. msgPageDevChanged
  99. ;You cannot change parameter of the paging device\n\
  100. ;while VMM is running. Your changes will only take\n\
  101. ;effect after the next start of VMM.
  102. msgVMFree
  103. ;Virtual memory free:
  104. msgPublicFastFree
  105. ;Public Fast Mem free:
  106. msgNumPF
  107. ;Number of pagefaults:
  108. msgNumRead
  109. ;Number of pages read:
  110. msgNumWritten
  111. ;Number of pages written:
  112. msgNumFrames
  113. ;Number of page frames:
  114. msgPagesUsed
  115. ;Pages used on device:
  116. msgDynMapFailed
  117. ;Could not install pagetable for dynamic MMU configuration.\n\
  118. ;Task stopped.
  119.